Keys Property

Summary
Gets a collection containing the keys in the DictionaryWithEvents<TKey,TValue>.
Syntax
C#
VB
C++
public ICollection<TKey> Keys { get; } 
  
Public ReadOnly Property Keys As ICollection(Of TKey) 
public: 
property ICollection<TKey^>^ Keys { 
   ICollection<TKey^>^ get(); 
} 

Property Value

A KeyCollection"/> containing the keys in the DictionaryWithEvents<TKey,TValue>.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.